on *:INPUT:#: {
  if ($nick isowner $chan) { echo $chan 7[14 $time(hh:nn t) 7][15+q7|14 $+ $replace($nick,™, ) 7]4:0 $1- | .privmsg $chan $1- | halt }
  if ($nick isop $chan) { echo $chan 7[14 $time(hh:nn t) 7][15+o7|14 $+ $replace($nick,™, ) 7]4:0 $1- | .privmsg $chan $1- | halt }
  if ($nick isvo $chan) { echo $chan 7[14 $time(hh:nn t) 7][15+v7|14 $+ $replace($nick,™, ) 7]4:0 $1- | .privmsg $chan $1- | halt }
  else { echo $chan 7[14 $time(hh:nn t) 7][15#7|14 $+ $replace($nick,™, ) 7]4:0 $1- | .privmsg $chan $1- | halt }
}



#slots on
on 3:TEXT:!slots:%slots: {
  msg %slots $read [ $mircdirtxt\slots.txt ]
}
#slots end

#8ball on
on 3:TEXT:!8ball*:%8ball: {
  msg %8ball 2 $+ $nick The 8ball says: $read [ $mircdirtxt\8ball.txt ]
}
#8ball end 
#spin on
on 3:TEXT:!spin:%spin: {
  set %spin.num $rand(1,$nick($chan,0))
  set %spin.nick $nick($chan,%spin.num)
  msg %spin 2 $+ $nick Spins The Bottle, And It Stops On %spin.nick
}
#spin end
